Skip to content

fix: handle git error codes#570

Open
kellyselden wants to merge 5 commits into
CrowdStrike:mainfrom
kellyselden:handle_git_error_codes
Open

fix: handle git error codes#570
kellyselden wants to merge 5 commits into
CrowdStrike:mainfrom
kellyselden:handle_git_error_codes

Conversation

@kellyselden

Copy link
Copy Markdown
Contributor

Certain boolean commands like git merge-base --is-ancestor always throws and uses exit codes instead. We need to refactor this so that any throwing is also cacheable. Before, everything worked but the throwing wasn't caching and slowing things down.

used in tests to assert the cache file name
Certain boolean commands like `git merge-base --is-ancestor` always throws and uses exit codes instead. We need to refactor this so that any throwing is also cacheable. Before, everything worked but the throwing wasn't caching and slowing things down.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant